home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 February / PCWFEB06.iso / Software / Freeware / Registrar Lite 4.01 / reglite.exe / {app} / rr.exe / 0 / RCDATA / TBOOKMARKSEARCHFORM / TBOOKMARKSEARCHFORM.txt
Text File  |  2005-11-07  |  5KB  |  240 lines

  1. object BookmarkSearchForm: TBookmarkSearchForm
  2.   Left = 340
  3.   Top = 320
  4.   Width = 667
  5.   Height = 440
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Caption = 'Search Bookmarks'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   OnKeyDown = FormKeyDown
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PanelBookmark: TPanel
  21.     Left = 0
  22.     Top = 33
  23.     Width = 659
  24.     Height = 343
  25.     Align = alClient
  26.     BorderWidth = 2
  27.     TabOrder = 0
  28.     object Label4: TLabel
  29.       Left = 112
  30.       Top = 120
  31.       Width = 32
  32.       Height = 13
  33.       Caption = 'Label4'
  34.     end
  35.     object listviewBookmarkSearch: TListView
  36.       Left = 3
  37.       Top = 3
  38.       Width = 653
  39.       Height = 337
  40.       Align = alClient
  41.       Columns = <
  42.         item
  43.           Caption = 'Category'
  44.           Width = 60
  45.         end
  46.         item
  47.           AutoSize = True
  48.           Caption = 'Description'
  49.         end
  50.         item
  51.           Caption = 'Machine'
  52.           Width = 60
  53.         end
  54.         item
  55.           Caption = 'Registry key'
  56.           Width = 150
  57.         end
  58.         item
  59.           Caption = 'Value'
  60.           Width = 100
  61.         end
  62.         item
  63.           Caption = 'Links'
  64.         end>
  65.       DragMode = dmAutomatic
  66.       FullDrag = True
  67.       HideSelection = False
  68.       LargeImages = MainForm.listSmall
  69.       MultiSelect = True
  70.       ReadOnly = True
  71.       RowSelect = True
  72.       SmallImages = MainForm.listSmall
  73.       SortType = stText
  74.       TabOrder = 0
  75.       ViewStyle = vsReport
  76.     end
  77.   end
  78.   object Panel1: TPanel
  79.     Left = 0
  80.     Top = 0
  81.     Width = 659
  82.     Height = 33
  83.     Align = alTop
  84.     TabOrder = 1
  85.     DesignSize = (
  86.       659
  87.       33)
  88.     object Label1: TLabel
  89.       Left = 8
  90.       Top = 8
  91.       Width = 86
  92.       Height = 13
  93.       Caption = 'Text to search for:'
  94.     end
  95.     object ComboBoxBookmarkSearchText: TComboBox
  96.       Left = 104
  97.       Top = 4
  98.       Width = 550
  99.       Height = 21
  100.       Anchors = [akLeft, akTop, akRight]
  101.       ItemHeight = 13
  102.       TabOrder = 0
  103.     end
  104.   end
  105.   object CoolbarBookmark: TCoolBar
  106.     Left = 0
  107.     Top = 376
  108.     Width = 659
  109.     Height = 30
  110.     Align = alBottom
  111.     AutoSize = True
  112.     Bands = <
  113.       item
  114.         Control = ToolbarBookmark
  115.         ImageIndex = -1
  116.         MinHeight = 30
  117.         Width = 659
  118.       end>
  119.     EdgeInner = esNone
  120.     EdgeOuter = esNone
  121.     DesignSize = (
  122.       659
  123.       30)
  124.     object Label2: TLabel
  125.       Left = 434
  126.       Top = 6
  127.       Width = 27
  128.       Height = 13
  129.       Anchors = [akTop, akRight]
  130.       Caption = 'Color:'
  131.     end
  132.     object ToolbarBookmark: TToolBar
  133.       Tag = 2
  134.       Left = 9
  135.       Top = 0
  136.       Width = 646
  137.       Height = 30
  138.       Align = alNone
  139.       ButtonHeight = 30
  140.       ButtonWidth = 31
  141.       Caption = 'ToolBarButtons'
  142.       DisabledImages = MainForm.ImageListToolbarDisabled
  143.       EdgeBorders = []
  144.       EdgeInner = esNone
  145.       EdgeOuter = esNone
  146.       Flat = True
  147.       HotImages = MainForm.ImageListSaturated
  148.       Images = MainForm.ImageListToolbar
  149.       ParentShowHint = False
  150.       ShowHint = True
  151.       TabOrder = 0
  152.       Transparent = True
  153.       Wrapable = False
  154.       object ButtonStartSearch: TToolButton
  155.         Left = 0
  156.         Top = 0
  157.         Hint = 'Search'
  158.         Caption = 'ButtonStartSearch'
  159.         ImageIndex = 10
  160.         OnClick = ButtonStartSearchClick
  161.       end
  162.       object buttonJumpTo: TToolButton
  163.         Left = 31
  164.         Top = 0
  165.         Hint = 'Jump to'
  166.         Caption = 'Edit Bookmark'
  167.         ImageIndex = 1
  168.         OnClick = ButtonJumpToClick
  169.       end
  170.       object ToolButton1: TToolButton
  171.         Left = 62
  172.         Top = 0
  173.         Width = 8
  174.         Caption = 'ToolButton1'
  175.         ImageIndex = 19
  176.         Style = tbsSeparator
  177.       end
  178.       object ButtonLinks: TToolButton
  179.         Left = 70
  180.         Top = 0
  181.         Hint = 'Links on the web ...'
  182.         Caption = 'ButtonLinks'
  183.         ImageIndex = 22
  184.         Style = tbsDropDown
  185.       end
  186.       object ToolButton21: TToolButton
  187.         Left = 114
  188.         Top = 0
  189.         Width = 8
  190.         Caption = 'ToolButton21'
  191.         ImageIndex = 15
  192.         Style = tbsSeparator
  193.       end
  194.       object ButtonExport: TToolButton
  195.         Left = 122
  196.         Top = 0
  197.         Hint = 'Export Bookmarks'
  198.         Caption = 'ToolButton4'
  199.         ImageIndex = 24
  200.         Visible = False
  201.       end
  202.       object ToolButton15: TToolButton
  203.         Left = 153
  204.         Top = 0
  205.         Width = 8
  206.         Caption = 'ToolButton2'
  207.         ImageIndex = 21
  208.         Style = tbsSeparator
  209.         Visible = False
  210.       end
  211.       object ButtonStayOnTop: TToolButton
  212.         Left = 161
  213.         Top = 0
  214.         Hint = 'Stay on top'
  215.         Caption = 'ButtonStayOnTop'
  216.         ImageIndex = 16
  217.         Style = tbsCheck
  218.         OnClick = ButtonStayOnTopClick
  219.       end
  220.       object ToolButton12: TToolButton
  221.         Left = 192
  222.         Top = 0
  223.         Width = 8
  224.         Caption = 'ToolButton12'
  225.         ImageIndex = 18
  226.         Style = tbsSeparator
  227.       end
  228.       object ButtonHelp: TToolButton
  229.         Left = 200
  230.         Top = 0
  231.         Hint = 'Help'
  232.         Caption = 'ButtonHelp'
  233.         ImageIndex = 17
  234.         OnClick = ButtonHelpClick
  235.         OnMouseUp = ButtonHelpMouseUp
  236.       end
  237.     end
  238.   end
  239. end
  240.